Fdatime()
#include osbind.h>
typedef struct short time;time as in Tgettime short date;date as in Tgetdate _DOSTIME
A good alternative might be:
typedef struct timeinfo time;time as in Tgettime dateinfo date;date as in Tgetdate _DOSTIME
typedef struct unsigned hours : 5; unsigned minutes : 6; unsigned seconds : 5; timeinfo
typedef struct unsigned year : 7; unsigned month : 4; unsigned day : 5; dateinfo